# $Id: makefile,v 1.8 2007/05/25 11:58:38 jive_cc Exp $

XLIBLIST += AB LAPACK F77 VEX JCCS 
#override C++STD := -pipe -Wall -Wno-non-template-friend
EXTRA_C++FLAGS := -fimplicit-templates

# Use the generic AIPS++ application makefile.
#---------------------------------------------
include $(word 1, $(AIPSPATH))/code/install/makefile.app

ifdef PCINT
	XLIBLIST += PCINT
endif

HVDATETIME=$(shell date '+%A %d %B %Y/%T')
C++FLAGS += -DAIPS_COMPILE -DBUILDTIME="\"$(HVDATETIME)\""


